home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Interface / browser.swf / scripts / DefineSprite_266 / frame_1 / DoAction.as < prev   
Text File  |  2009-04-28  |  2KB  |  38 lines

  1. stop();
  2. _root.secoes.Cut.bot_1.onRelease = function()
  3. {
  4.    _root.secoes.tipo.gotoAndStop("abri");
  5.    _root.nome = "Hotrod";
  6.    _root.secoes.descricoes.descricao.text = "Print, cut out and try build this funny face.";
  7.    _root.controle = "-";
  8.    _root.comando = "shellopen";
  9.    _root.licenca = "Freeware";
  10.    _root.caminho = "\\Cut\\HOTROD.pdf";
  11.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut\\HOTROD.pdf";
  12.    loadMovie("interface\\imagens\\HOTROD.jpg","_root.secoes.descricoes.destino");
  13. };
  14. _root.secoes.Cut.bot_2.onRelease = function()
  15. {
  16.    _root.secoes.tipo.gotoAndStop("abri");
  17.    _root.nome = "Lizard";
  18.    _root.secoes.descricoes.descricao.text = "Try building this strange little monster.";
  19.    _root.controle = "-";
  20.    _root.comando = "shellopen";
  21.    _root.licenca = "Freeware";
  22.    _root.caminho = "\\Cut\\LIZARD.pdf";
  23.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut\\LIZARD.pdf";
  24.    loadMovie("interface\\imagens\\LIZARD.jpg","_root.secoes.descricoes.destino");
  25. };
  26. _root.secoes.Cut.bot_3.onRelease = function()
  27. {
  28.    _root.secoes.tipo.gotoAndStop("abri");
  29.    _root.nome = "Taxi";
  30.    _root.secoes.descricoes.descricao.text = "Test your skill at builfing this little car.";
  31.    _root.controle = "-";
  32.    _root.comando = "shellopen";
  33.    _root.licenca = "Freeware";
  34.    _root.caminho = "\\Cut\\TAXI.pdf";
  35.    _root.caminhos = "\\interface\\player\\SAFlashPlayer.exe %ORG%\\Cut\\TAXI.pdf";
  36.    loadMovie("interface\\imagens\\TAXI.jpg","_root.secoes.descricoes.destino");
  37. };
  38.